Release 10.1A: OpenEdge Development:
.NET Open Clients
Static and dynamic temp-tables
In the 4GL, you can pass a static temp-table using the
TABLEparameter, in which case the table is copied from one procedure to the other. You also can pass a temp-table as a dynamic object, by using theTABLE-HANDLEparameter. In this case, the table also is copied, but without the expectation that there is a static temp-table definition in the procedure using theTABLE-HANDLEparameter.The
TABLEandTABLE-HANDLEparameters can be intermixed freely in procedure calls.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |